home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / C-Cl / ClassAdministrator1.3.cpt / ClassAdminHelp / card_4601.txt < prev    next >
Text File  |  1988-04-18  |  3KB  |  106 lines

  1. -- card: 4601 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2582
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=431 top=10 right=33 bottom=494
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Done
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go to first card
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 8000
  30. -- rect: left=11 top=22 right=71 bottom=73
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 15972 / 15972
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Attendance
  39.  
  40.  
  41. -- part 3 (button)
  42. -- low flags: 00
  43. -- high flags: 8000
  44. -- rect: left=13 top=121 right=164 bottom=60
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 8538 / 8538
  47. -- text alignment: 1
  48. -- font id: 0
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Grades
  53.  
  54.  
  55. -- part 4 (button)
  56. -- low flags: 00
  57. -- high flags: 8000
  58. -- rect: left=176 top=135 right=181 bottom=251
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 1004 / 1004
  61. -- text alignment: 1
  62. -- font id: 0
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Get Assignment
  67. ----- HyperTalk script -----
  68. on mouseUp
  69.   get selection
  70.   put it into cardname
  71.   go to card cardname of LessonPlan
  72. end mouseUp
  73.  
  74.  
  75.  
  76.  
  77. -- part 5 (button)
  78. -- low flags: 00
  79. -- high flags: 8000
  80. -- rect: left=190 top=219 right=264 bottom=286
  81. -- title width / last selected line: 0
  82. -- icon id / first selected line: 2162 / 2162
  83. -- text alignment: 1
  84. -- font id: 0
  85. -- text size: 12
  86. -- style flags: 0
  87. -- line height: 16
  88. -- part name: Go to Seating Chart
  89.  
  90.  
  91. -- part contents for background part 1
  92. ----- text -----
  93. Navigating between cards
  94.  
  95. -- part contents for background part 2
  96. ----- text -----
  97.                 The attendance icon takes you to a student's attendance sheet from any                        card except the seating chart.  While in the seating chart card, the same button will produce a prompt asking you for the student's name and will then take you to his or her attendance card.
  98.             The grades button performs the analogous task as the button icon.
  99.  
  100.                                                                           
  101.                                                                               If you have selected (hilited) an assignment on a student's grade card, then this button will take you to that assignment description in the "Lesson Plan" stack.
  102.  
  103.  
  104.  
  105. Self-explanatory.  It takes you to the first card of your stack, which is always the seating chart.
  106.